Switch from a custom MTime to the filetime crate
authorAlex Crichton <alex@alexcrichton.com>
Fri, 29 May 2015 20:49:13 +0000 (13:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 3 Jun 2015 01:05:47 +0000 (18:05 -0700)
commit7d49029a1c30f5921d26e683c6903b670cb4fcb6
treeab74cf2b3de14c7120280235bb6394f00cfea120
parent450e81d80056530edd6cfabbdd9e923137680c67
Switch from a custom MTime to the filetime crate

The crate provides the same functionality necessary for Cargo, but it's
maintained elsewhere now.
Cargo.lock
Cargo.toml
src/cargo/lib.rs
src/cargo/ops/cargo_rustc/fingerprint.rs
src/cargo/sources/path.rs
src/cargo/util/mod.rs
src/cargo/util/mtime.rs [deleted file]